home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 514 / config / editor.hlp < prev    next >
Encoding:
Text File  |  1983-11-29  |  2.1 KB  |  51 lines

  1. The Text Editor
  2.  
  3. The text editor is a basic utility in which you can enter and edit text for 
  4. several commands. The maximum size of text allowed is 800 characters, or one
  5. window. The keys used in the text editor are:
  6.  
  7. [Enter]        Accepts the entry and closes the text  editor.
  8.  
  9. [Backspace]    Erases the character to the left of the  cursor.
  10.  
  11. [Delete]       Erases the character to the right of the  cursor.
  12.  
  13. [Up arrow]     Moves the cursor to the end of the previous  line.
  14.  
  15. [Down arrow]   Moves the cursor to the start of the next  line.
  16.  
  17. [Right arrow]  Moves the cursor one character to the right.
  18.  
  19. [Left arrow]   Moves the cursor one character to the left.
  20.  
  21. [Clr/Home]     The first press moves the cursor to the start  of the line. 
  22.                The second press moves the  cursor to the top of the window.
  23.  
  24. [Shift -       The first press moves the cursor to the end  of the line. 
  25. Clr/Home]      The second press moves the  cursor to the bottom of the window.
  26.  
  27. [Return]       Inserts a carriage return, ends the line and  moves the 
  28.                cursor to the start of the line below.
  29.  
  30. [Undo]         Cancel the editing session and returns to the  drawing session.
  31.  
  32. [Help]         Displays help and information about the text  editor.
  33.  
  34. [Esc]          This key has no function in the text editor.
  35.  
  36. %%XXX          This allows you to use special characters which cannot be 
  37.                typed directly in through the keyboard.  Type "%%" followed by
  38.                the three digit character number of the special character.  
  39.                The character number must be padded with zeros and have a 
  40.                value between 1 and 255.  For example; the third character of
  41.                a font is inserted by typing "%%134" while in the text editor.
  42.                The following special characters used in dimensioning can be 
  43.                entered using a short hand form :
  44.  
  45.                diameter sign       %%c
  46.                degree sign         %%d
  47.                plus or minus sign  %%p
  48.                
  49.                For more information and a list of special characters 
  50.                see Appendix H.
  51.